type go/types.exprKind

6 uses

	go/types (current package)
		call.go#L97: func (check *Checker) callExpr(x *operand, call *ast.CallExpr) exprKind {
		expr.go#L1184: type exprKind int
		expr.go#L1187: 	conversion exprKind = iota
		expr.go#L1198: func (check *Checker) rawExpr(x *operand, e ast.Expr, hint Type, allowGeneric bool) exprKind {
		expr.go#L1246: func (check *Checker) exprInternal(x *operand, e ast.Expr, hint Type) exprKind {
		universe.go#L179: 	kind     exprKind